@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: none !important;
  }
}
.visible-xxs {
  display: none !important;
}
@media (max-width: 424px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
.hidden-xxs {
  display: block !important;
}
table.hidden-xxs {
  display: table;
}
tr.hidden-xxs {
  display: table-row !important;
}
th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}
@media (max-width: 424px) {
  .hidden-xxs {
    display: none !important;
  }
}
.hidden-xxs--inline {
  display: inline-block !important;
}
table.hidden-xxs--inline {
  display: table;
}
tr.hidden-xxs--inline {
  display: table-row !important;
}
th.hidden-xxs--inline,
td.hidden-xxs--inline {
  display: table-cell !important;
}
@media (max-width: 424px) {
  .hidden-xxs--inline {
    display: none !important;
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-Regular.woff2') format('woff2'), url('/static/fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-Bold.woff2') format('woff2'), url('/static/fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-Italic.woff2') format('woff2'), url('/static/fonts/Roboto-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-BoldItalic.woff2') format('woff2'), url('/static/fonts/Roboto-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
html,
body {
  font-family: 'Roboto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #242424;
}
html .menu_open,
body .menu_open {
  overflow: hidden;
}
html .menu_open .site_header .primary-header .header__mobile-toggles .navbar-toggler-icon,
body .menu_open .site_header .primary-header .header__mobile-toggles .navbar-toggler-icon {
  background-image: url("/static/images/icon-close.png");
}
#main {
  padding-top: 20px;
}
.site_header {
  background-color: #FFFFFF;
}
.site_header .navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}
.site_header .primary-header {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.site_header .primary-header .header__logo_wrapper {
  padding-left: 30px;
  height: 55px;
}
@media (max-width: 767px) {
  .site_header .primary-header .header__logo_wrapper {
    padding-left: 16px;
  }
}
.site_header .primary-header .header__logo_wrapper .header__logo {
  flex: 0 0 auto;
  height: 41px;
}
.site_header .primary-header .header__logo_wrapper .header__logo_small {
  height: 41px;
}
.site_header .primary-header .header__mobile-toggles {
  width: 120px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  flex-direction: row;
  padding-right: 16px;
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler {
  border-color: transparent;
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler .navbar-toggler-icon {
  background-image: url("/static/images/hamburger-black.png");
  height: 30px;
  width: 30px;
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler .search-toggler-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 30px;
  width: 30px;
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler .search-toggler-icon--inactive {
  background-image: url("/static/images/search-icon-black.png");
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler .search-toggler-icon--active {
  background-image: url("/static/images/icon-close.png");
}
.site_header .primary-header .header__mobile-toggles .navbar-toggler:focus {
  box-shadow: none;
}
.site_header .primary-header .header__primary_nav {
  justify-content: space-between;
  white-space: nowrap;
  flex-direction: row;
  padding: 10px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-evenly;
  max-width: 650px;
  align-items: center;
  height: 50px;
}
.site_header .primary-header .header__primary_nav .nav-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.site_header .primary-header .header__primary_nav .nav-item a {
  color: #242424;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  padding: 5px;
}
.site_header .primary-header .header__primary_nav .nav-item a:hover {
  border-bottom-color: #000000;
}
.site_header .primary-header .header__primary_nav .nav-item a.active {
  border-bottom-color: #000000;
}
.site_header .primary-header .header__primary_search {
  padding: 10px 30px 10px 10px;
  flex: 1 1 auto;
  max-width: 350px;
  align-items: center;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site_header .primary-header .header__primary_nav {
    background-color: #F8F8F8;
    width: 100%;
    order: 3;
    max-width: 100%;
  }
}
.site_header .header__mobile_search {
  background-color: #F8F8F8;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
}
.site_header .header__mobile_search .search__form {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 10px;
  padding: 0 10px;
}
.site_header .header__mobile_search .search__form input[type="text"] {
  flex: 1 1 auto;
}
.site_header .header__mobile_search .search__form .search__btn {
  flex: 0 0 1;
}
.site_header .header__primary_search .search__form input[type="text"],
.site_header .header__mobile_search .search__form input[type="text"] {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid rgba(248, 248, 248, 0.5);
  background: url("/static/images/search-icon-grey.png") no-repeat right center #FFFFFF;
  background-position: right 12px top 7px;
  color: #676869;
  height: 30px;
  padding: 10px;
  /* Inner shadow */
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1) inset;
}
.site_header .header__promo {
  min-height: 34px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
  background-color: #092040;
}
.site_header .header__promo .header__promo_text {
  padding: 10px;
  color: #FFFFFF;
}
.site_header .header__promo .header__promo_text a,
.site_header .header__promo .header__promo_text a:visited,
.site_header .header__promo .header__promo_text a:focus,
.site_header .header__promo .header__promo_text a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end {
  top: 55px;
  bottom: 0;
  overflow-y: auto;
  background-color: transparent;
  border: 0;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body {
  padding: 0;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='242424'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item {
  border-color: #F8F8F8;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item a {
  line-height: 40px;
  color: #242424;
  text-decoration: none;
  text-indent: 10px;
  height: 100%;
  width: 100%;
  display: block;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item a:hover {
  color: #242424;
  text-decoration: none;
  background-color: #F8F8F8;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item.active {
  /* Solid blue Background Active
                        a {
                            color: @white;
                            font-weight: bold;
                            background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), @blue-nav;
                        }
                        */
  /* Blue border item */
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item.active a {
  border-left: 4px solid #092040;
  text-indent: 6px;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .accordion-button {
  padding: 0 10px;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .accordion-button:focus {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.125);
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .accordion-button:hover {
  background-color: #F8F8F8;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #2F3F56;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .mobile_nav__subnav {
  padding: 0;
  background-color: #092040;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .mobile_nav__subnav .accordion-item {
  background-color: transparent;
  border-color: transparent;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .mobile_nav__subnav .accordion-item a {
  text-indent: 30px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  line-height: 40px;
}
.mobile_nav__wrapper.offcanvas.offcanvas-end .offcanvas-body .accordion .accordion-item .mobile_nav__subnav .accordion-item a:hover {
  text-decoration: none;
  background-color: #2F3F56;
}
.breadcrumbs {
  padding: 30px 0 0 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.breadcrumbs a {
  color: #242424;
  text-decoration: none;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  opacity: 0.9;
}
.breadcrumbs a:visited {
  color: #242424;
}
.breadcrumbs .separator {
  height: 10px;
  padding: 0 9px;
}
.footer {
  background-color: #F8F8F8;
  padding: 60px 0 30px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.footer a:hover {
  opacity: 0.9;
}
.footer .footer__content_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.footer .footer__content_wrapper .footer__socialmedia {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--randy,
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--epm {
  flex: 0 0 auto;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  color: #242424;
}
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--randy .title,
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--epm .title {
  margin-bottom: 10px;
}
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--randy ul,
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--epm ul {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--randy ul li,
.footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--epm ul li {
  list-style: none;
  flex: 1 1 auto;
}
.footer .footer__content_wrapper .footer__newsletter {
  flex: 1 1 auto;
  text-align: center;
  margin: 50px auto;
  align-items: center;
}
.footer .footer__content_wrapper .footer__newsletter .title {
  margin-bottom: 8px;
}
.footer .footer__content_wrapper .footer__newsletter .footer-email-input {
  border-radius: 3px 0px 0px 3px;
  border: 1 solid #242424;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  padding: 8px 10px;
  width: 200px;
}
.footer .footer__content_wrapper .footer__newsletter .footer-email-submit {
  border: 1px solid #242424;
  background: #242424;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  padding: 9px 20px;
  border-radius: 0 3px 3px 0;
  margin-left: -6px;
}
.footer .footer__content_wrapper .footer__newsletter .footer-email-submit:active {
  background: #333333;
}
.footer .footer__content_wrapper .footer__links {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 10px auto;
}
.footer .footer__content_wrapper .footer__links .link {
  flex: 1 1 auto;
}
.footer .footer__content_wrapper .footer__links .link a {
  text-decoration: underline;
  color: #242424;
}
.footer .footer__content_wrapper .footer__copyright {
  flex: 1 1 auto;
  text-align: center;
  margin: 20px auto;
  align-items: center;
}
.footer .footer__content_wrapper .footer__copyright .copyright {
  font-weight: bold;
}
.signup_modal .dismiss {
  text-align: right;
}
.signup_modal .signup_title {
  color: #242424;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0;
  font-weight: bold;
}
.signup_modal .input-group .input-lg {
  border-radius: 3px 0 0 3px;
}
.signup_modal .input-group .signup_submit {
  border-radius: 0 3px 3px 0;
}
.signup_modal .form_results {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  color: #000000;
}
#expires {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 500px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 100%;
  overflow: auto;
  transition: all 0.5s ease-out;
}
#expires .expires-header {
  background: #152B4A;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#expires .expires-icon {
  width: 36px;
  height: 36px;
  margin: 0 10px 0 30px;
}
#expires .expires-title {
  line-height: 1;
  flex-grow: 1;
}
#expires .expires-close {
  width: 18px;
  height: 18px;
  margin: 0 30px 0 10px;
  opacity: 0.5;
  cursor: pointer;
}
#expires .expires-close svg,
#expires .expires-close img {
  vertical-align: unset;
}
#expires .expires-image-wrapper {
  text-align: center;
}
#expires .expires-image {
  display: none;
}
#expires .expires-body {
  padding: 22px 30px;
}
#expires .expires-body p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-family: 'Roboto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #242424;
  margin: 0 0 22px 0;
}
#expires .expires-body .small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  color: #676869;
}
#expires .expires-cta {
  font-weight: 500;
  color: #FFFFFF;
  background: #95b45a;
  padding: 8px 0 9px 0;
  font-family: 'Roboto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}
#expires .expires-cta:hover,
#expires .expires-cta:focus {
  text-decoration: none;
  color: #FFFFFF;
  background: #88a452;
}
#expires.hiding {
  transform: translateY(500px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #expires {
    right: 5px;
  }
}
@media screen and (max-width: 424px) {
  #expires {
    right: 0;
  }
  #expires .expires-image {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  #expires .expires-body p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.056px;
  }
}
.hidden {
  display: none;
}
.sr-only {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}
[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
a {
  color: #134E8A;
}
.bg-brand {
  background-color: #092040;
}
.bg-link {
  background-color: #134E8A;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
.nav.nav-tabs {
  border-color: transparent;
  padding-bottom: 30px;
}
.nav.nav-tabs .nav-item a {
  color: #242424;
  font-size: 24px;
  line-height: 32px;
  border-color: transparent;
}
.nav.nav-tabs .nav-item a:visited {
  color: #242424;
}
.nav.nav-tabs .nav-item a.active {
  font-weight: bold;
  border-color: transparent;
  border-bottom: 3px solid #242424;
}
.nav.nav-tabs .nav-item a:hover {
  border-color: transparent;
  border-bottom: 3px solid #676869;
  color: #676869;
}
.nav.nav-tabs.centered {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nav.nav-tabs.centered li {
  flex: 0 0 auto;
  list-style: none;
}
.nav.nav-tabs.centered li a,
.nav.nav-tabs.centered li a:visited {
  color: #242424;
  text-decoration: none;
}
.nav.nav-tabs.centered li.active {
  border-color: #242424;
  font-weight: bold;
}
.btn-main {
  background-color: #092040;
  color: #F0F0F0;
  border-radius: 3px;
  box-shadow: 4px 4px 10px 0px rgba(19, 34, 54, 0.15);
}
.btn-main:hover {
  opacity: 0.8;
  background-color: #092040;
  color: #F0F0F0;
}
.btn-main:visited {
  color: #F0F0F0;
}
.btn-clear {
  background-color: #FFFFFF;
  color: #242424;
  border-radius: 3px;
  border-color: #F0F0F0;
}
.btn-clear:hover {
  opacity: 0.8;
  background-color: #FFFFFF;
  color: #242424;
  border-color: #F0F0F0;
}
.btn-clear.show {
  background-color: #FFFFFF;
  color: #242424;
  border-color: #F0F0F0;
}
.btn-clear:visited {
  color: #242424;
}
.btn-twotone {
  background-color: #092040;
  color: #F0F0F0;
  border-radius: 3px;
  box-shadow: 4px 4px 10px 0px rgba(19, 34, 54, 0.15);
}
.btn-twotone:hover {
  opacity: 0.8;
  background-color: #092040;
  color: #F0F0F0;
}
.btn-twotone.show,
.btn-twotone:visited {
  background-color: #092040;
  color: #F0F0F0;
}
.btn-search {
  margin-top: 2px;
}
.seemore {
  min-width: 250px;
  text-align: center;
}
.btn.seemore {
  min-width: 250px;
  text-align: center;
}
.btn.cta {
  min-width: 250px;
  text-align: center;
}
.padded-top {
  padding-top: 30px;
}
.dropdown-toggle::after {
  float: right;
  border: none;
  content: url("/static/images/icons/chevron_down.svg");
}
.dropdown-toggle.show::after {
  float: right;
  border: none;
  content: url("/static/images/icons/chevron_up.svg");
}
.container {
  max-width: 760px;
  padding-left: 25px;
  padding-right: 25px;
}
.container.container--wide {
  padding: 0;
}
.full-width {
  width: 100%;
}
.disabled {
  cursor: not-allowed;
}
.no-border {
  border: 0 !important;
}
.weight--normal {
  font-weight: normal;
}
.weight--bold {
  font-weight: bold;
}
.anchor {
  scroll-margin-top: 150px;
  scroll-snap-margin-top: 150px;
  /* iOS 11 and older */
}
/* If the browser supports the property... */
@supports (scroll-margin-top: 0;) {
  .anchor {
    scroll-margin-top: 150px;
  }
}
@media screen and (max-width: 424px) {
  .site_header .navbar .primary-header .header__logo_wrapper {
    padding-left: 5px;
    margin-right: 2px;
  }
  .site_header .navbar .primary-header .header__mobile-toggles {
    padding-right: 0;
    width: auto;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn.seemore {
    min-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .footer {
    padding: 48px 0 30px 0;
  }
  .footer .footer__content_wrapper .footer__socialmedia {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--randy {
    order: 2;
  }
  .footer .footer__content_wrapper .footer__socialmedia .footer__socialmedia--epm {
    order: 1;
  }
  .footer .footer__content_wrapper .footer__newsletter,
  .footer .footer__content_wrapper .footer__links {
    margin: 20px auto;
  }
  .footer .footer__content_wrapper .footer__copyright {
    margin: 10px auto 20px auto;
  }
  .footer .footer__content_wrapper .footer__copyright span {
    display: block;
    width: 100%;
  }
  .btn.cta {
    min-width: 160px;
  }
  .btn.btn-twotone {
    background-color: #FFFFFF;
    color: #242424;
    border-color: #F0F0F0;
  }
  .btn.btn-twotone:hover {
    background-color: #FFFFFF;
    color: #242424;
    border-color: #F0F0F0;
  }
  .btn.btn-twotone.show,
  .btn.btn-twotone:visited {
    background-color: #FFFFFF;
    color: #242424;
    border-color: #F0F0F0;
  }
}
@media (max-width: 374px) {
  .site_header .navbar .primary-header .header__mobile-toggles .search_toggler__wrapper {
    display: none !important;
  }
  .site_header .navbar #mobileSearch {
    display: block !important;
  }
}
.post_content {
  padding: 40px 0 10px 0;
  /* Typography */
  /* -------------------------------------------------Utility */
  /* blockquote styles */
  /* -------------------------------------------------END Post/Article/Resource Content */
  /* -------------------------------------------------Post Newsletter */
  /* -------------------------------------------------END Post Newsletter */
}
.post_content .text-thin {
  font-weight: 100;
}
.post_content .text-light {
  font-weight: 300;
}
.post_content .text-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post_content .has-callout {
  background-color: #F8F8F8;
  padding: 1rem 2rem;
}
.post_content .mb-4 {
  margin-bottom: 4rem;
}
.post_content .mt-4 {
  margin-top: 4rem;
}
.post_content em {
  font-style: italic;
}
.post_content .content-wrap {
  background: #FFFFFF;
  padding-bottom: 1rem;
}
.post_content .content-wrap h4 {
  font-size: 24px;
  line-height: 32px;
}
.post_content .content-wrap h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.post_content .content-wrap span[style*="font-size: xx-small"] {
  display: inline-block;
  font-size: 12px !important;
  line-height: 16px;
  background: #F8F8F8;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 1rem 0 0 0;
}
.post_content .content-wrap samp {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-family: 'Roboto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  background: #F0F0F0;
  padding: 1.5rem 2rem;
  margin: 4rem 0 0 0;
}
.post_content .content-wrap samp::before {
  display: block;
  padding: 0 0 0.25rem 0;
  content: "Additional Resources";
  background: var(--background-muted);
  font-weight: bold;
  text-transform: uppercase;
}
.post_content blockquote {
  padding: 20px 5% 10px 5%;
  margin: 0 0 20px 0;
  font-size: 1em;
  border: none;
  quotes: none;
  background: #F8F8F8;
}
.post_content .quote-wrap {
  padding: 0 22.7%;
  margin-bottom: -16px;
}
.post_content .quote-wrap blockquote {
  border: none;
  padding: 0;
  quotes: none;
  margin-bottom: 52px;
}
.post_content .quote-wrap q {
  display: block;
  margin-bottom: 20px;
  color: #676869;
  font-style: italic;
}
.post_content .quote-wrap cite {
  display: block;
  font-style: italic;
  color: #676869;
  font-weight: normal;
}
.post_content .post-newsletter {
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem;
  background: url("/static/images/newsletter-background.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 0 4rem 0;
}
.post_content .post-newsletter h4 {
  color: #FFFFFF;
  padding: 0 0 1rem 0;
  font-weight: normal;
  margin: 0;
}
.post_content .post-newsletter__form-elements {
  display: flex;
  flex-direction: column;
}
.post_content .post-newsletter__form-elements .form-group {
  flex: 1;
  margin: 0 0 1rem 0;
}
.post_content .post-newsletter__email {
  border-radius: 0;
  border: 1px solid var(--brand-primary);
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .post_content .post-newsletter__form-elements .form-group {
    margin: 0 1rem 0 0;
  }
  .post_content .post-newsletter__form-elements {
    flex-direction: row;
  }
}
.about_nav {
  background-color: #092040;
  height: 60px;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 40px;
}
.about_nav .about_nav__item {
  flex: 0 0 auto;
  padding: 10px 6px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.about_nav .about_nav__item a {
  text-decoration: none;
  color: #FFFFFF;
}
.about_nav .about_nav__item:hover {
  opacity: 0.9;
  background-color: #3B4A5F;
}
.about_nav .about_nav__item.active {
  background-color: #FFFFFF;
  color: #092040;
}
.about_nav .about_nav__item.active a {
  text-decoration: none;
  color: #092040;
}
.about_dropnav {
  border-radius: 3px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 30px;
}
.about_dropnav.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.about_dropnav.accordion .accordion-item .accordion-button {
  border-radius: 3px 3px 0 0;
}
.about_dropnav.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 3px;
}
.about_dropnav .about_dropnav_title {
  background-color: #092040;
  color: #FFFFFF;
  padding: 10px 20px;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
.about_dropnav .about_dropnav_menu {
  padding: 0;
  background-color: #FFFFFF;
  text-align: center;
}
.about_dropnav .about_dropnav_menu .about_dropnav__item {
  padding: 10px 20px;
  border-top: 1px solid #F8F8F8;
}
.about_dropnav .about_dropnav_menu .about_dropnav__item a {
  color: #242424;
  text-decoration: none;
}
.about_dropnav .about_dropnav_menu .about_dropnav__item a:visited {
  color: #242424;
}
.about_dropnav .about_dropnav_menu .about_dropnav__item:hover {
  background-color: #F8F8F8;
}
.about_page {
  padding-bottom: 30px;
}
.about_page .about_block {
  margin-top: 30px;
  border-top: 1px solid #DADADA;
}
.about_page .about_block.no-border {
  margin-top: 40px;
}
.about_page .about_block .about_block__title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
}
.about_page .about_block .about_block__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
.about_page .about_block .about_block__body {
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  margin: 0 auto;
}
.about_page .about_block .about_block__body .image_block {
  max-width: 100%;
}
.about_page .about_block .about_block__body .image_block img {
  width: 100%;
}
.about_page .about_block .about_block__body p {
  padding: 5px 20px;
}
.about_page .about_block .about_block__body .button_wrapper {
  padding: 20px;
  text-align: center;
}
.ministry_nav__wrapper {
  max-width: 600px;
  margin: 30px auto;
}
.ministry_nav__wrapper .ministry_nav__title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.ministry_nav__wrapper .ministry_nav__title.strike-header {
  position: relative;
  background: linear-gradient(#DADADA, #DADADA) center / 100% 1px no-repeat;
}
.ministry_nav__wrapper .ministry_nav__title .ministry_nav__title_text {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 40px 0 0 #FFFFFF, -40px 0 0 #FFFFFF;
}
.ministry_nav__wrapper .ministry_nav {
  background-color: #F8F8F8;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
}
.ministry_nav__wrapper .ministry_nav .ministry_nav__item {
  display: inline-block;
  flex: 0 0 auto;
  color: #242424;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.ministry_nav__wrapper .ministry_nav .ministry_nav__item:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.about_columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.about_columns .teach {
  background-color: #144F8B;
  color: #FFFFFF;
}
.about_columns .reach {
  background-color: #092040;
  color: #FFFFFF;
}
.about_columns .about_column {
  flex: 1 1 0;
  min-width: 300px;
}
.about_page .about_block .about_block__body.teach-reach {
  text-align: center;
  align-items: center;
  max-width: 100%;
}
.about_page .about_block .about_block__body.teach-reach h3 {
  font-size: 72px;
  line-height: 84px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 20px;
}
.about_page .about_block .about_block__body.teach-reach .desc {
  color: #DADADA;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 40px;
}
.about_page .about_block .about_block__body.teach-reach ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.about_page .about_block .about_block__body.teach-reach ul li {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 40px;
  padding: 15px 0 40px;
  font-weight: bold;
}
.about_page .about_block .about_block__body.teach-reach ul li img {
  margin: 10px auto;
  width: 120px;
  max-width: 100%;
  display: block;
}
.about_page .about_block .about_block__body.teach-reach ul li .content-text {
  color: #DADADA;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  padding: 0 10px;
}
.about_page .about_block .about_block__body.about_outreaches .outreach_logos__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.about_page .about_block .about_block__body.about_outreaches .outreach_logos__wrapper .outreach_logo {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.about_page .about_block .about_block__body.about_outreaches .outreach_logos__wrapper .outreach_logo a {
  max-width: 100%;
}
.about_page .about_block .about_block__body.about_outreaches .outreach_logos__wrapper .outreach_logo a img {
  width: 100%;
}
.about_page .about_block .about_block__body.about_outreaches .mission_text {
  padding: 10px;
}
.about_page .about-randy .img {
  max-width: 100%;
  max-height: 250px;
}
.about_page .about-randy .img .photo {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.about_page .about-staff .passage a {
  color: #242424;
}
.about_page .about-staff .staff .nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.about_page .about-staff .staff .nav-tabs li {
  flex: 0 0 auto;
  list-style: none;
}
.about_page .about-staff .staff .nav-tabs li a,
.about_page .about-staff .staff .nav-tabs li a:visited {
  color: #242424;
  text-decoration: none;
}
.about_page .about-staff .staff .nav-tabs li.active {
  border-color: #242424;
  font-weight: bold;
}
.about_page .about-staff .staff .tab-content .staff__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.about_page .about-staff .staff .tab-content .staff__wrapper .staff-item,
.about_page .about-staff .staff .tab-content .staff__wrapper .board-item {
  width: 155px;
  flex: 0 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 424px) {
  .about_page .about-staff .staff .tab-content .staff__wrapper .staff-item,
  .about_page .about-staff .staff .tab-content .staff__wrapper .board-item {
    width: 145px;
  }
}
@media screen and (min-width: 1200px) {
  .about_page .about-staff .staff .tab-content .staff__wrapper .staff-item,
  .about_page .about-staff .staff .tab-content .staff__wrapper .board-item {
    width: 195px;
  }
}
.about_page .about-staff .staff .tab-content .staff__wrapper .staff-item .img-holder,
.about_page .about-staff .staff .tab-content .staff__wrapper .board-item .img-holder {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 100px;
  padding: 0;
}
.about_page .about-staff .staff .tab-content .staff__wrapper .staff-item .img-holder img,
.about_page .about-staff .staff .tab-content .staff__wrapper .board-item .img-holder img {
  position: relative;
  top: -10px;
}
.about_page .about-staff .staff .tab-content .staff__wrapper .staff-item a,
.about_page .about-staff .staff .tab-content .staff__wrapper .board-item a {
  padding-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.about_page .about-staff .staff .tab-content .staff__wrapper .staff-item .post,
.about_page .about-staff .staff .tab-content .staff__wrapper .board-item .post {
  display: block;
  color: #242424;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.about__details {
  overflow: auto;
  padding-bottom: 20px;
}
.about_footnav {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}
.about_footnav .about_footnav__item {
  padding: 10px;
}
.about_footnav .about_footnav__item a {
  color: #242424;
  font-weight: bold;
}
.about_footnav .about_footnav__item a:visited {
  color: #242424;
}
.about_footnav .about_footnav__item a:hover {
  opacity: 0.9;
}
.author-list-item {
  text-decoration: none;
  color: #134E8A;
}
.contact-page .connect-form label {
  font-weight: bold;
}
.contact-page .connect-form .form-control.input-lg {
  margin-bottom: 20px;
}
.contact-page .connect-form .newsletter-signup {
  margin-bottom: 20px;
}
.contact-page .connect-form .newsletter-signup .checkbox {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.contact-page .connect-form .newsletter-signup .checkbox label {
  font-weight: normal;
}
.contact-page .connect-form .newsletter-signup .checkbox input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 5px;
}
.contact-page .connect-form .newsletter-signup .inner-group {
  margin-left: 20px;
}
.contact-page .connect-form .newsletter-signup .mailing-address {
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
}
.contact-page .connect-form .newsletter-signup .mailing-address h4 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  text-transform: uppercase;
  text-decoration: underline;
}
.contact-page .connect-form .text-comment {
  height: 50px;
}
.contact-page .contact-information {
  padding-top: 30px;
}
.contact-page .contact-information .address-info {
  margin: 20px 0;
}
.contact-page .contact-information .address-info h5 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
  margin-bottom: 10px;
}
.donate-page h1 {
  padding: 20px 0 30px 0;
}
.donate-page hr {
  margin: 35px 0;
}
.donate-page h3 {
  padding: 20px 0 10px 0;
}
.donate-page .final-block {
  padding-bottom: 40px;
}
.donate-page .giving_funds__wrapper {
  padding-bottom: 50px;
}
.donate-page .giving_funds__wrapper .special_funds__button {
  width: 100%;
}
.donate-page .giving_funds__wrapper .special_funds__button.collapsed .showing {
  display: inline-block;
}
.donate-page .giving_funds__wrapper .special_funds__button.collapsed .hiding {
  display: none;
}
.donate-page .giving_funds__wrapper .special_funds__button .showing {
  display: none;
}
.donate-page .giving_funds__wrapper .special_funds__button .hiding {
  display: inline-block;
}
.donate-page .giving_funds__wrapper .designation-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  padding: 20px 0;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card {
  max-width: 300px;
  flex: 0 0 auto;
  border: 2px solid transparent;
  border-radius: 5px;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card .designation-icon-wrapper .designation-icon {
  margin: 0 auto;
  text-align: center;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card .designation-title {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card .designation-description {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.nanci {
  border-color: #8483bc;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.nanci .designation-icon-wrapper {
  background-color: #8483bc;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.books {
  border-color: #0F766D;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.books .designation-icon-wrapper {
  background-color: #0F766D;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.disabilities {
  border-color: #242158;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.disabilities .designation-icon-wrapper {
  background-color: #242158;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.family {
  border-color: #804136;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.family .designation-icon-wrapper {
  background-color: #804136;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.legal {
  border-color: #971F4D;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.legal .designation-icon-wrapper {
  background-color: #971F4D;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.magazine {
  border-color: #96B25E;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.magazine .designation-icon-wrapper {
  background-color: #96B25E;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.missions {
  border-color: #738DBE;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.missions .designation-icon-wrapper {
  background-color: #738DBE;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.persecuted {
  border-color: #DD9E4C;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.persecuted .designation-icon-wrapper {
  background-color: #DD9E4C;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.prolife {
  border-color: #502664;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.prolife .designation-icon-wrapper {
  background-color: #502664;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.racialunity {
  border-color: #48984A;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.racialunity .designation-icon-wrapper {
  background-color: #48984A;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.relief {
  border-color: #CA3E2F;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.relief .designation-icon-wrapper {
  background-color: #CA3E2F;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.saltlight {
  border-color: #CB729A;
}
.donate-page .giving_funds__wrapper .designation-wrapper .designation-card.saltlight .designation-icon-wrapper {
  background-color: #CB729A;
}
.search-results .search__controls {
  margin: 20px 0;
  border-bottom: 1px solid #242424;
  width: 100%;
  padding-bottom: 5px;
}
.search-results .search__controls .search__widgets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-results .search__controls .search__widgets .search__info {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.search-results .search__controls .search__widgets .search__sort {
  flex: 1 1 auto;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.search-results .search__controls .search__filters {
  width: 100%;
  background-color: #F0F0F0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}
.search-results .search__controls .search__filters label {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  padding: 5px;
}
.search-results .search__controls .search__filters .nav-filter--item {
  padding: 5px;
}
.search-results .search__controls .search__filters .nav-filter--item.is-active {
  border-bottom-color: #242424;
}
.search-results .card {
  margin-bottom: 60px;
  border: 0;
}
.search-results .card .photo-container .photo,
.search-results .card .photo-container img {
  max-width: 100%;
  height: auto;
}
.search-results .card a,
.search-results .card a:visited {
  color: #242424;
  text-decoration: none;
}
.search-results .card .post-title {
  font-size: 24px;
  line-height: 32px;
}
.search-results .card .post-content__details .post-content__details-type {
  color: #242424;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  font-weight: bold;
}
.search-results .card .post-content__details .post-content__details-date {
  color: #676869;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  font-weight: bold;
}
.search-results .card .post-content__details .post-content__details-date::before {
  display: inline-block;
  content: "\2022";
  margin: 0 10px 0 5px;
  color: #676869;
}
.search-results .card .post-intro {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.search-results .pagination {
  justify-content: center;
}
.search-results .pagination .page-link {
  color: #242424;
}
.search-results .pagination .active .page-link,
.search-results .pagination .page-link.active {
  color: #FFFFFF;
  background-color: #092040;
  border-color: #092040;
}
.homepage_splashbox {
  background: url("/static/images/homepage/splash_header.jpg") no-repeat center 0;
  background-size: cover;
  height: 165px;
  overflow: hidden;
  position: relative;
}
.homepage_splashbox .splash_logo {
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  mix-blend-mode: screen;
}
.homepage_splashbox .homepage_tagline {
  position: absolute;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  display: flex;
  height: 100%;
  top: 0;
  align-items: center;
}
.homepage_splashbox .homepage_tagline .tagline_text {
  display: block;
  margin: 0 auto;
  max-width: 435px;
}
.mobile_homepage_links {
  background-color: #092040;
  width: 100%;
}
.mobile_homepage_links .secondary_links {
  background-color: #152B4A;
  height: 36px;
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-bottom: 10px;
}
.mobile_homepage_links .secondary_links a {
  display: inline-block;
  flex: 1 1 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  text-decoration: none;
  font-weight: bold;
  padding: 9px;
  text-align: center;
}
.mobile_homepage_links .secondary_links a:hover {
  opacity: 0.9;
}
.mobile_homepage_links .primary_links {
  height: 46px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.mobile_homepage_links .primary_links a {
  height: 40px;
  background-color: #3B4A5F;
  display: inline-block;
  flex: 1 1 auto;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 9px;
  text-align: center;
  white-space: nowrap;
}
.mobile_homepage_links .primary_links a span {
  white-space: nowrap;
  display: inline-block;
}
.mobile_homepage_links .primary_links a:hover {
  opacity: 0.9;
}
.mobile_homepage_links .primary_links a.right {
  border-radius: 5px 0 0 5px;
}
.mobile_homepage_links .primary_links a.left {
  border-radius: 0 5px 5px 0;
}
.homepage.resource_wrapper .resource_item.first a .resource_row {
  flex-direction: column;
}
.homepage.resource_wrapper .resource_item .resource_author {
  display: none;
}
.homepage.newsletter {
  text-align: center;
  background-color: #092040;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.homepage.newsletter h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.homepage.newsletter h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.homepage.newsletter p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.homepage.newsletter button {
  font-weight: bold;
  margin-top: 30px;
}
.homepage.products {
  margin-bottom: 40px;
}
.homepage.products h3 {
  margin: 20px 0 40px 0;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.homepage.products .product_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}
.homepage.products .product_wrapper a {
  flex: 1 1 0;
  color: #242424;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
}
.homepage.products .product_wrapper a:hover {
  opacity: 0.9;
}
.homepage.products .product_wrapper a img {
  max-height: 160px;
  max-width: 100%;
  margin-bottom: 10px;
}
.homepage.products .homepage-cta {
  font-weight: bold;
  margin-top: 30px;
}
.homepage.featured_wrapper {
  margin-bottom: 30px;
}
.homepage.featured_wrapper .featured_header {
  margin: 20px 0;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.homepage.promo_wrapper {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}
.homepage.promo_wrapper .img {
  width: 100%;
}
.homepage.promo_wrapper .img img {
  border-radius: 5px;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.homepage.promo_wrapper a {
  text-decoration: none;
}
.homepage.promo_wrapper a .homepage_promo__text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  bottom: 50px;
  z-index: 100;
  width: 100%;
  margin: auto;
  text-align: center;
}
.homepage.donate_wrapper {
  border-radius: 5px;
  background: url("/static/images/homepage/donate.jpg") no-repeat bottom center;
  text-align: center;
  color: #FFFFFF;
}
.homepage.donate_wrapper .donate_info {
  background: url("/static/images/homepage/background_logo.svg") no-repeat bottom center;
  background-size: 100% auto;
  min-height: 500px;
  padding: 160px 10%;
}
.homepage.donate_wrapper .donate_info .donate_title {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
}
.homepage.donate_wrapper .donate_info .donate_subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 28px;
}
.homepage.donate_wrapper .donate_info .button_wrapper {
  margin-bottom: 50px;
}
.homepage.donate_wrapper .donate_info .donate_info_link {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.homepage.donate_wrapper .donate_info .donate_info_link a {
  color: #FFFFFF;
}
.homepage-cta {
  margin-bottom: 40px;
}
.homepage_block {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 20px 30px;
}
.homepage_block .weekly_title {
  font-size: 32px;
  line-height: 40px;
  color: #242424;
  margin: 10px 0 20px 0;
  font-weight: bold;
}
.homepage_block.randys_blog {
  border: 1px solid #092040;
}
.homepage_donate_block {
  margin-bottom: 30px;
}
.nav-filter--title-wrapper {
  padding: 10px 0;
}
.nav-filter--title-wrapper .nav-filter--title {
  font-size: 32px;
  line-height: 40px;
  color: #242424;
}
.nav-filter--title-wrapper .nav-filter--title span {
  display: block;
}
.nav-filter--filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.nav-filter--filters .nav-filter--item {
  color: #242424;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  padding: 10px;
  flex: 0 0 auto;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.nav-filter--filters .nav-filter--item.active {
  font-weight: bold;
  border-bottom-color: #242424;
}
.nav-filter--filters .nav-filter--item:hover {
  border-bottom-color: #333333;
  color: #333333;
}
.nav-filter--filters .nav-filter--item.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.language_dropdown .language_dropdown_button {
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.language_dropdown .language_dropdown_menu {
  width: 100%;
  border-radius: 3px;
  border-color: #F0F0F0;
}
.language_dropdown .language_dropdown_menu li {
  text-indent: 20px;
}
.language_dropdown .language_dropdown_menu li a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  margin-bottom: 5px;
}
.language_dropdown .language_dropdown_menu li a.active {
  background-color: inherit;
  color: #242424;
  font-weight: bold;
}
.language_dropdown .language_dropdown_menu li a.active::before {
  content: url("/static/images/icons/check.svg");
  padding: 0 5px 0 0;
  margin-left: -25px;
}
.language_dropdown .language_dropdown_menu li.disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.language_dropdown .language_dropdown_menu li.disabled a {
  cursor: not-allowed;
}
.nav-pagination--form {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.nav-pagination--form .sort_dropdown {
  flex: 0 0 0;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_button {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .nav-pagination--form .sort_dropdown .sort_dropdown_button {
    min-width: 190px;
  }
}
.nav-pagination--form .sort_dropdown .sort_dropdown_button.dropdown-toggle::after {
  content: url("/static/images/icons/sort-desc.svg");
  height: 18px;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_button.dropdown-toggle.show::after {
  float: right;
  border: none;
  content: url("/static/images/icons/chevron_up.svg");
}
.nav-pagination--form .sort_dropdown .sort_dropdown_menu {
  border-radius: 3px;
  border-color: #F0F0F0;
  min-width: 200px;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_menu li {
  text-indent: 20px;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_menu li a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  margin-bottom: 5px;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_menu li a.active {
  background-color: inherit;
  color: #242424;
  font-weight: bold;
}
.nav-pagination--form .sort_dropdown .sort_dropdown_menu li a.active::before {
  content: url("/static/images/icons/check.svg");
  padding: 0 5px 0 0;
  margin-left: -25px;
}
.nav-pagination--form .nav-pagination {
  flex: 1 0 0;
  line-height: 40px;
  height: 40px;
  min-width: 210px;
  text-align: right;
  justify-self: flex-end;
}
.nav-pagination--form .nav-pagination .pagination_link {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.nav-pagination--form .nav-pagination .pagination_info {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.nav-blog-filter {
  display: flex;
  flex-wrap: nowrap;
  width: 230px;
}
.nav-blog-filter input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 10px 8px 10px 0;
  accent-color: #092040;
}
.nav-blog-filter label {
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  font-weight: bold;
}
.nav-blog-filter label .blog_badge {
  display: inline-block;
}
.mobile-blog-filter {
  margin-top: 10px;
}
.foot-pagination {
  flex: 1 1 0;
  min-width: 210px;
  text-align: center;
  width: 100%;
  padding: 20px 0 60px 0;
  clear: both;
}
.foot-pagination .pagination_link {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.foot-pagination .pagination_info {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.blog_badge {
  border: 1px solid #092040;
  border-radius: 3px;
  padding: 3px 5px;
  background-color: #092040;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  width: 110px;
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.resource_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
}
.resource_item {
  flex: 0 0 0;
  width: 100%;
  margin: 10px 0 50px 0;
  display: inline-block;
}
.resource_item a {
  text-decoration: none;
}
.resource_item a .resource_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.resource_item a .resource_row .photo-container {
  flex: 1 1 auto;
  overflow: hidden;
}
.resource_item a .resource_row .photo-container .photo {
  width: 100%;
  height: auto;
  transition: 0.8s ease;
}
.resource_item a .resource_row .photo-container .photo:hover {
  transform: scale(1.05);
}
.resource_item a .resource_row .resource_info {
  flex: 1 1 auto;
}
.resource_item a .resource_row .resource_info .resource_title {
  font-size: 24px;
  line-height: 32px;
  color: #242424;
  text-decoration: none;
  margin-top: 10px;
}
.resource_item a .resource_row .resource_info .resource_type {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  color: #242424;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  font-weight: bold;
}
.resource_item a .resource_row .resource_info .resource_summary {
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.resource_item a .resource_summary {
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.resource_topics_wrapper {
  width: 100%;
  max-width: 100%;
}
.resource_topics_wrapper .topic_group_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resource_topics_wrapper .topic_group_wrapper .topic_group {
  white-space: nowrap;
  flex: 0 0 auto;
  margin-bottom: 30px;
  list-style: none;
  min-width: 285px;
  padding: 0;
}
.resource_topics_wrapper .topic_group_wrapper .topic_group strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #242424;
  margin-bottom: 5px;
}
.resource_topics_wrapper .topic_group_wrapper .topic_group li {
  margin-bottom: 5px;
}
.resource_topics_wrapper .topic_group_wrapper .topic_group li ul {
  padding: 5px 0;
}
.resource_topics_wrapper .topic_group_wrapper .topic_group li ul li.topic_item a {
  color: #242424;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.resource_details {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
}
.resource_details .content-title {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.resource_details .image_wrap {
  padding-bottom: 30px;
  position: relative;
}
.resource_details .image_wrap .photo {
  max-width: 100%;
  width: 100%;
}
.resource_details .image_wrap .image_credit {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #242424;
  padding-left: 2px;
  overflow: hidden;
}
.resource_details .image_wrap .image_credit a {
  color: #242424;
  font-weight: bold;
}
.resource_details .image_wrap .image_credit.open {
  max-width: 100%;
  transition: all 1.25s ease-in-out;
}
.resource_details .content-byline__wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.resource_details .content-byline__wrapper .content-byline__language {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.resource_details .content-byline__wrapper .content-byline__language span,
.resource_details .content-byline__wrapper .content-byline__language span a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  background-color: #F0F0F0;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 4px;
  font-weight: bold;
  text-decoration: none;
  color: #242424;
}
.resource_details .content-byline__wrapper .content-byline__language span:hover,
.resource_details .content-byline__wrapper .content-byline__language span a:hover {
  opacity: 0.8;
}
.resource_details .content-byline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.resource_details .content-byline .content-byline__photo {
  flex: 0 0 0;
  width: 44px;
}
.resource_details .content-byline .content-byline__details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 44px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.resource_details .content-byline .content-byline__details .content-byline__author {
  flex: 0 0 auto;
  text-transform: uppercase;
}
.resource_details .content-byline .content-byline__details .content-byline__author a {
  color: #134E8A;
  font-weight: bold;
}
.resource_details .content-byline .content-byline__details .content-byline__author a:hover {
  color: #134E8A;
  opacity: 0.9;
}
.resource_details .content-byline .content-byline__details .content-byline__date {
  flex: 0 0 auto;
}
.resource_details .content-byline .content-byline__details .content-byline__date .content-byline__type {
  font-weight: bold;
  text-transform: uppercase;
}
.resource-bio {
  border: 1px solid #676869;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
}
.resource-bio p {
  padding: 0;
  margin: 0;
}
.post-topics {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.post-topics .post-topic--label {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 11px;
}
.post-topics ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.post-topics ul .post-topic {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  background-color: #F0F0F0;
  padding: 5px 10px;
  border-radius: 20px;
}
.post-topics ul .post-topic:hover {
  opacity: 0.9;
}
.post-topics ul .post-topic a {
  color: #242424;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.newsletter_signup {
  background-color: #092040;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
.newsletter_signup p {
  margin-bottom: 30px;
}
.related_resources {
  margin: 140px 0 10px 0;
}
.related_resources .section_title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.recommended_reading {
  margin: 10px 0 70px 0;
}
.recommended_reading .section_title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.media_resources {
  padding: 20px;
}
.media_resources audio {
  margin: 0 auto;
  width: 100%;
}
.media_resources video {
  margin: 0 auto;
}
.magazine-byline {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  font-weight: bold;
}
.event-list .event--link {
  display: block;
  color: #242424;
  text-decoration: none;
  padding: 10px;
}
.event-list .event--link:hover {
  text-decoration: none;
  background-color: #F0F0F0;
}
.event-list .event--link:hover .event--title {
  color: #242424;
}
.event-list .event--link:hover .event--dates {
  color: #333333;
}
.event-list .event--link:hover .event-date {
  border-color: #092040;
}
.event-list .event--link:hover .event-date .event-date--date-header {
  background-color: #092040;
}
.event-list .event--link .event {
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1rem 0;
}
.event-list .event--link .event .event-date {
  margin: 0 1rem 0 0;
  width: 68px;
  height: 60px;
  border: solid 1px #092040;
}
.event-list .event--link .event .event-date .event-date--date-header {
  height: 18px;
  background: #092040;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 18px;
}
.event-list .event--link .event .event-date .event-date-date-num-day {
  font-size: 18px;
  color: #242424;
  text-align: center;
  line-height: 38px;
  font-weight: 900;
}
.event-list .event--link .event .event--title {
  margin: 0;
  transition: all ease-out 0.2s;
  color: #092040;
}
.event-list .event--link .event .event--dates {
  font-size: 14px;
  color: #676869;
  transition: all ease-out 0.2s;
}
.event_details__header {
  padding-bottom: 32px;
}
.event_details__header .event_subtitle {
  color: #676869;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  font-weight: bold;
}
.event_details__body {
  min-height: 200px;
}
.giving_banner__wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.giving_banner__wrapper .giving_banner {
  background: #092040;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0 40px 0;
  color: #FFFFFF;
}
.giving_banner__wrapper .giving_banner .giving_title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 20px;
}
.giving_banner__wrapper .giving_banner .giving_banner_text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
  margin: 0 10px;
}
.tag_cloud {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
}
.tag_cloud .tag_item {
  height: 40px;
  vertical-align: center;
  text-decoration: none;
  color: #242424;
  padding: 5px 10px;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.056px;
}
.tag_cloud .tag_item.tag-size-2 {
  font-size: 24px;
  line-height: 32px;
}
.tag_cloud .tag_item.tag-size-3 {
  font-size: 32px;
  line-height: 40px;
}
.tag_cloud .tag_item.tag-size-4 {
  font-size: 44px;
  line-height: 54px;
}
.tag_cloud .tag_item:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .about_page .about_block .about_block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .homepage_splashbox {
    height: 165px;
  }
  .homepage_splashbox .homepage_tagline .tagline_text {
    max-width: 100%;
  }
  .resource_wrapper {
    flex-direction: row;
  }
  .resource_wrapper .resource_item {
    min-width: 340px;
    width: 48%;
  }
  .resource_wrapper .resource_item a .resource_row .resource_image {
    min-width: 60%;
  }
  .resource_wrapper .resource_item a .resource_row .photo-container,
  .resource_wrapper .resource_item a .resource_row .resource_info {
    width: 100%;
  }
  .resource_wrapper .resource_item.first {
    width: 100%;
    min-width: 100%;
  }
  .resource_wrapper .resource_item.first a .resource_row {
    flex-direction: row;
    gap: 20px;
  }
  .resource_wrapper .resource_item.first a .resource_row .resource_title {
    margin-top: 0;
  }
  .resource_wrapper .resource_item.first a .resource_summary {
    margin-top: 10px;
  }
  .homepage.products .product_wrapper {
    gap: 35px;
  }
  .homepage.products .product_wrapper a img {
    max-height: 330px;
  }
  .related_resources .section_title {
    font-size: 24px;
    line-height: 32px;
  }
  .recommended_reading .section_title {
    font-size: 24px;
    line-height: 32px;
  }
  .giving_banner__wrapper .giving_banner .giving_title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .about_page .about_block .about_block__title,
  .about_page .about_block .about_block__body {
    max-width: 100%;
  }
  .newsletter_signup {
    background-color: #242424;
  }
  .homepage_splashbox {
    height: 285px;
  }
  .homepage_splashbox .homepage_tagline {
    font-size: 44px;
    line-height: 54px;
    text-align: center;
  }
  .related_resources .section_title,
  .recommended_reading .section_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 424px) {
  .resource_details .content-byline__wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .nav-pagination--form .sort_dropdown .sort_dropdown_button {
    min-width: 135px;
    white-space: nowrap;
  }
  .nav-pagination--form .nav-pagination {
    min-width: unset;
    white-space: nowrap;
  }
  .nav-pagination--form .nav-pagination .pagination_info__extra {
    display: none;
  }
  .homepage_block {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .homepage.donate_wrapper .donate_info {
    padding: 150px 10px;
  }
}
.homepage_block .resource_item a .resource_row .resource_info .blog_badge {
  display: none;
}
